home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / katview / katview.doc < prev    next >
Encoding:
Text File  |  1992-06-23  |  3.8 KB  |  159 lines

  1.  
  2.  
  3.    ** KAT - VIEW version 1.1 **
  4.  
  5.  
  6.     You can now view two files at once.  This is a listing utility that
  7. allows for splitting of two separate files, then scroll and view each
  8. as individual files.
  9.  
  10.     No changing windows, no switching files .. both are present for
  11. you to compare.
  12.  
  13.  
  14.  
  15.  
  16.   ╓───────────────────────────────────────────╖
  17.   ║        COLOR SET-UP                       ║
  18.   ╙───────────────────────────────────────────╜
  19.  
  20.  
  21.     To run CatView, you must first specify which colors you prefer
  22. for viewing your two files.
  23.  
  24.     The first screen you will see is a TEXTCOLOR SET-UP.
  25.  
  26.     The second screen is BACKGROUND SET-UP.
  27.  
  28.     Once you have chosen both colors, your preferences are saved
  29. in a file named CATVIEW.FIG, that will be located in the current
  30. directory.  When you start CatView again, this file determines
  31. what colors you will see.
  32.  
  33.    At anytime during CatView, press "2" to re-run the setup option.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.   ************ Path is Supported ****************
  40.  
  41.  
  42.   ONCE YOU SETUP, PLACE THE "CatView.Fig" ANYWHERE IN YOUR PATH.
  43.  
  44.   The entire path is searched for your configuration, or place it in the
  45. current directory.
  46.  
  47.    So if your path= A:\BACKUP\UTILS, put your configuration file in either
  48.    BACKUP or UTILS (or current directory).
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.   ╓────────────────────────────────────────────╖
  57.   ║       BASICS                               ║
  58.   ╙────────────────────────────────────────────╜
  59.  
  60.  
  61.     Usage:    KV [file 1] [file 2]
  62.  
  63.  
  64.   Example:    KV MYFILE.TXT FORMAT.C
  65.  
  66.  
  67.        or:    KV    --> displays the HELP screen
  68.  
  69.  
  70.  
  71.  KEYS USED:
  72. =======================================================
  73.  
  74.       [ESC]       Exits program at any time
  75.  
  76.         2         Takes you to the color set-up menu
  77.  
  78.      UP ARROW     Scrolls top screen up one line
  79.  
  80.    DOWN ARROW     Scrolls top screen down one line
  81.  
  82.    LEFT ARROW     Scrolls bottom screen up one line
  83.  
  84.    RIGHT ARROW    Scrolls bottom screen down one line
  85.  
  86.      [HOME]       Goes to beginning of top file
  87.  
  88.      [END]        Goes to end of top file
  89.  
  90.     [Page Up]     Goes to beginning of bottom file
  91.  
  92.     [Page Down]   Goes to end of bottom file
  93.  
  94.  
  95. =======================================================
  96.  
  97.  
  98.  
  99.  
  100.     The time displayed in CatView is in AM/PM format, so if
  101.     you are accustomed to the good old DOS military-time format,
  102.     you're in for a suprise.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.   ╓─────────────────────────────────────────────╖
  109.   ║     FILES MUST BE TEXT !                    ║
  110.   ╙─────────────────────────────────────────────╜
  111.  
  112.  
  113.   All files that are viewed must be text.  Binary formats, or odd
  114. files will lock up your system.  The reason is because I use
  115. the "C" function FGETS(), that tends to freak out with binary
  116. files.
  117.  
  118.   Also, files cannot be longer than 500 lines.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                  What's New With Version 1.1 ?
  128.  
  129.           This version adds support for tabs (moves ahead
  130.           five spaces when encountered, rather than printing
  131.           the "tab" character).
  132.  
  133.           Adds path support for people who don't want the
  134.           configuration file in current directory.
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.                        DISCLAIMER OF WARRANTY
  147.  
  148.      THIS  SOFTWARE  AND  MANUAL  ARE  SOLD "AS IS" AND WITHOUT WARRANTIES
  149.      AS  TO  PERFORMANCE  OF  MERCHANTABILITY  OR  ANY   OTHER  WARRANTIES
  150.      WHETHER  EXPRESSED  OR  IMPLIED.   BECAUSE  OF  THE  VARIOUS HARDWARE
  151.      AND  SOFTWARE ENVIRONMENTS INTO WHICH  THIS  PROGRAM  MAY BE  PUT, NO
  152.      WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. THIS PROGRAM
  153.      HAS  BEEN THOROUGHLY  TESTED BUT I  CAN NOT  GUARANTEE THAT THERE ARE
  154.      NO  PROBLEMS  WITH  IT.  THE  USER  MUST  ASSUME  THE ENTIRE RISK  OF
  155.      USING  THE  PROGRAM.  ANY  LIABILITY  OF THE SELLER  WILL BE  LIMITED
  156.      EXCLUSIVELY  TO  PRODUCT  REPLACEMENT  OR  REFUND  OF  PURCHASE PRICE.
  157.  
  158.  
  159.